Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General QoL Improvements - Docker related #298

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

LucaTheHacker
Copy link

Description

Hyperglass can now be used directly from GHCR, without needing to clone the full git repository.
Build caching has been improved, so that it is not needed to fully download all the dependencies at each change, but only when the dependencies change.
Redis has been replaced with valkey, due to license changes.

Motivation and Context

Cloning a full repo and having to deal with configuration files is against the purpose of Docker simplicity, in my view.
This allows to just have a compose.yaml file and be ready to go, without having to deal with other things. This also allows easier integration in systems where you can only deploy containers from Registries.

Tests

Verified with GitHub CI + MacOS (Apple Silicon) - Everything works as expected.
Requires #297 to be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant